| Fully Qualified Name: | Laminas\View\Helper\HtmlList |
| Extends: | AbstractHtmlElement |
Helper for ordered and unordered lists
| Name | Description | Defined By |
|---|---|---|
| __invoke() | Generates a 'List' element. | HtmlList |
| getClosingBracket() | Get the tag closing bracket | AbstractHtmlElement |
| getView() | Get the view object | AbstractHelper |
| setView() | Set the View object | AbstractHelper |
Generates a 'List' element.
| Parameter Name | Type | Description |
|---|---|---|
| $items | array | Array |
| $ordered | bool | Specifies |
| $attribs | array | Attributes |
| $escape | bool | Escape |
Returns: string The list XHTML.
Get the tag closing bracket
Returns: string
Get the view object
Returns: null|\Renderer
Set the View object
| Parameter Name | Type | Description |
|---|---|---|
| $view | \Renderer |
Returns: \AbstractHelper